This patch use same expression as vif for vmx guest but has a distinguish "type=ioemu"
authorXiaofeng Ling <xiaofeng.ling@intel.com>
Thu, 10 Nov 2005 16:07:13 +0000 (17:07 +0100)
committerXiaofeng Ling <xiaofeng.ling@intel.com>
Thu, 10 Nov 2005 16:07:13 +0000 (17:07 +0100)
commit05fbb602adedae84ca8771a36de50b15085d73a1
tree61015982e0dae144d824ea6594b40008ab0318a8
parent67b5c8dbca3e0c948d14fc1f977ef4b79580825a
This patch use same expression as vif for vmx guest but has a distinguish "type=ioemu"
just like block device.
e.g. vif=['type=ioemu, mac=01:00:00:00:00:33, bridge=xenbr0']
type=ioemu to specify for vmx NIC device.
nics=4 can specify 4 vmx NIC now.
bridge is passed to device model now.
With this patch, the error
"Error: Device 0 (vif) could not be connected."
will not happen for creating vmx guest
currently, it happens on some linux distribution.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
tools/examples/xmexample.vmx
tools/ioemu/target-i386-dm/qemu-ifup
tools/ioemu/vl.c
tools/python/xen/xend/image.py
tools/python/xen/xend/server/netif.py
tools/python/xen/xm/create.py